-
-
Notifications
You must be signed in to change notification settings - Fork 12
updated requires to reflect functional changes in package #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
antonhibl
commented
Feb 12, 2023
it looks like the openai-completion--data-choices and
openai-completion--get-choices functions were renamed to
openai--data-choices and openai--get-choices in the openai package. I also
changed the require to openai vs openai-collections as that is the full
package name. addresses emacs-openai#5.
|
addresses #5 |
jcs090218
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I forgot to change the API here. 😅
|
@jcs090218 it looks like the |
|
let me know if you see the same CI issues, I just removed the (require 'openai-completions) line from this commit since it cause the CI to fail. |
|
I think we only need |
I had missed the s on the end of completions before 🤦 in `(require
'openai-completions)`.
|
Makes sense, it should be fixed now. Not sure why the CI failed before since in this case it is a valid require for openai-completion @jcs090218 |
|
I think you added the extra |
|
that makes sense, oops 😅 |
|
No worries! Thanks for your contribution! Feel free to make more contributions! Looking forward to collaborating with others! ;) |